XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema elementFormDefault="qualified">
...
</xs:schema>
top

Global Declarations

Element: Actions

Name Actions
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Actions>
<P> ... </P> [1]
</Actions>
Schema Component Representation
<xs:element name="Actions">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Actions_and_activities

Name Actions_and_activities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Actions_and_activities>
<P> ... </P> [1..*]
</Actions_and_activities>
Schema Component Representation
<xs:element name="Actions_and_activities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Additional_Operations

Name Additional_Operations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Additional_Operations>
<P> ... </P> [1..*]
</Additional_Operations>
Schema Component Representation
<xs:element name="Additional_Operations">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Artifacts

Name Artifacts
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Artifacts>
<P> ... </P> [1]
</Artifacts>
Schema Component Representation
<xs:element name="Artifacts">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Associations

Name Associations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Associations>
Start Choice [0..*]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Associations>
Schema Component Representation
<xs:element name="Associations">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Associations_CompleteActivities

Name Associations_CompleteActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Associations_CompleteActivities>
<P> ... </P> [1]
<L> ... </L> [1]
</Associations_CompleteActivities>
Schema Component Representation
<xs:element name="Associations_CompleteActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
<xs:element ref="L"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Attribute

Name Attribute
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Attribute>
<P> ... </P> [1]
</Attribute>
Schema Component Representation
<xs:element name="Attribute">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Attributes

Name Attributes
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Attributes>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Attributes>
Schema Component Representation
<xs:element name="Attributes">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Basic_Components

Name Basic_Components
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Basic_Components>
<P> ... </P> [1]
</Basic_Components>
Schema Component Representation
<xs:element name="Basic_Components">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Basic_Concepts

Name Basic_Concepts
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Basic_Concepts>
<P> ... </P> [1..*]
</Basic_Concepts>
Schema Component Representation
<xs:element name="Basic_Concepts">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: BasicActivities

Name BasicActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<BasicActivities>
<P> ... </P> [1]
</BasicActivities>
Schema Component Representation
<xs:element name="BasicActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Book

Name Book
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Book>
<Chapter> ... </Chapter> [1..*]
<Part> ... </Part> [1..*]
</Book>
Schema Component Representation
<xs:element name="Book">
<xs:complexType>
<xs:sequence>
<xs:element ref="Chapter" maxOccurs="unbounded"/>
<xs:element ref="Part" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: br

Name br
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<br/>
Schema Component Representation
<xs:element name="br">
<xs:complexType/>
</xs:element>
top

Element: Caption

Name Caption
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Caption>
<P> ... </P> [1]
</Caption>
Schema Component Representation
<xs:element name="Caption">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Changes_from_previous_UML

Name Changes_from_previous_UML
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Changes_from_previous_UML>
<P> ... </P> [1..*]
</Changes_from_previous_UML>
Schema Component Representation
<xs:element name="Changes_from_previous_UML">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Changes_from_UML_1.5

Name Changes_from_UML_1.5
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Changes_from_UML_1.5>
<P> ... </P> [1]
</Changes_from_UML_1.5>
Schema Component Representation
<xs:element name="Changes_from_UML_1.5">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Chapter

Name Chapter
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Chapter
Number="xs:NMTOKEN [1]">
<Name> ... </Name> [1]
Start Choice [0..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
End Choice
Start Choice [1]
<Section> ... </Section> [0..*]
<Table> ... </Table> [0..*]
End Choice
</Chapter>
Schema Component Representation
<xs:element name="Chapter">
<xs:complexType>
<xs:sequence>
<xs:element ref="Name"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
</xs:choice>
<xs:choice>
<xs:element ref="Section" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Table" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="Number" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
top

Element: Collaborations

Name Collaborations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Collaborations>
<P> ... </P> [1..*]
</Collaborations>
Schema Component Representation
<xs:element name="Collaborations">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Complete_Concepts

Name Complete_Concepts
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Complete_Concepts>
<P> ... </P> [1..*]
</Complete_Concepts>
Schema Component Representation
<xs:element name="Complete_Concepts">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CompleteActivities

Name CompleteActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CompleteActivities>
<P> ... </P> [1]
</CompleteActivities>
Schema Component Representation
<xs:element name="CompleteActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CompleteStructuredActivities

Name CompleteStructuredActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<CompleteStructuredActivities>
<P> ... </P> [1]
</CompleteStructuredActivities>
Schema Component Representation
<xs:element name="CompleteStructuredActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Component_Deployments

Name Component_Deployments
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Component_Deployments>
<P> ... </P> [1]
</Component_Deployments>
Schema Component Representation
<xs:element name="Component_Deployments">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Composite_structure_diagram

Name Composite_structure_diagram
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Composite_structure_diagram>
Start Choice [1..*]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Composite_structure_diagram>
Schema Component Representation
<xs:element name="Composite_structure_diagram">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Constraints

Name Constraints
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Constraints>
<P> ... </P> [1..*]
</Constraints>
Schema Component Representation
<xs:element name="Constraints">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Deployment_diagram

Name Deployment_diagram
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Deployment_diagram>
Start Choice [1..*]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Deployment_diagram>
Schema Component Representation
<xs:element name="Deployment_diagram">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Description

Name Description
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Description>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Description>
Schema Component Representation
<xs:element name="Description">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Enumeration_Literals

Name Enumeration_Literals
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Enumeration_Literals>
<L> ... </L> [1]
</Enumeration_Literals>
Schema Component Representation
<xs:element name="Enumeration_Literals">
<xs:complexType>
<xs:sequence>
<xs:element ref="L"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Enumeration_Values

Name Enumeration_Values
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Enumeration_Values>
<L> ... </L> [1]
</Enumeration_Values>
Schema Component Representation
<xs:element name="Enumeration_Values">
<xs:complexType>
<xs:sequence>
<xs:element ref="L"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Example

Name Example
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Example>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<P> ... </P> [1]
End Choice
</Example>
Schema Component Representation
<xs:element name="Example">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="P"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Examples

Name Examples
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Examples>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<Link> ... </Link> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Examples>
Schema Component Representation
<xs:element name="Examples">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="Link"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: ExtraStructuredActivities

Name ExtraStructuredActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ExtraStructuredActivities>
<P> ... </P> [1]
</ExtraStructuredActivities>
Schema Component Representation
<xs:element name="ExtraStructuredActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Figure

Name Figure
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Figure
ActualText="anySimpleType [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<Caption> ... </Caption> [1]
<ImageData> ... </ImageData> [1]
End Choice
</Figure>
Schema Component Representation
<xs:element name="Figure">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Caption"/>
<xs:element ref="ImageData"/>
</xs:choice>
<xs:attribute name="ActualText"/>
</xs:complexType>
</xs:element>
top

Element: FundamentalActivities

Name FundamentalActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<FundamentalActivities>
<P> ... </P> [1]
</FundamentalActivities>
Schema Component Representation
<xs:element name="FundamentalActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Generalizations

Name Generalizations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Generalizations>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Generalizations>
Schema Component Representation
<xs:element name="Generalizations">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Graphic_Nodes

Name Graphic_Nodes
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Graphic_Nodes>
Start Choice [1..*]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Graphic_Nodes>
Schema Component Representation
<xs:element name="Graphic_Nodes">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Graphic_Paths

Name Graphic_Paths
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Graphic_Paths>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Graphic_Paths>
Schema Component Representation
<xs:element name="Graphic_Paths">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Graphical_Nodes

Name Graphical_Nodes
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Graphical_Nodes>
<P> ... </P> [1]
<Table> ... </Table> [1]
</Graphical_Nodes>
Schema Component Representation
<xs:element name="Graphical_Nodes">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: ImageData

Name ImageData
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<ImageData
src="anySimpleType [1]"/>
Schema Component Representation
<xs:element name="ImageData">
<xs:complexType>
<xs:attribute name="src" use="required"/>
</xs:complexType>
</xs:element>
top

Element: Intermediate_Concepts

Name Intermediate_Concepts
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Intermediate_Concepts>
<P> ... </P> [1..*]
</Intermediate_Concepts>
Schema Component Representation
<xs:element name="Intermediate_Concepts">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: IntermediateActivities

Name IntermediateActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<IntermediateActivities>
<P> ... </P> [1..*]
</IntermediateActivities>
Schema Component Representation
<xs:element name="IntermediateActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Internal_Structures

Name Internal_Structures
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Internal_Structures>
<P> ... </P> [1]
</Internal_Structures>
Schema Component Representation
<xs:element name="Internal_Structures">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: L

Name L
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<L>
Start Choice [0..*]
<L> ... </L> [1]
<LI> ... </LI> [1]
End Choice
</L>
Schema Component Representation
<xs:element name="L">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="L"/>
<xs:element ref="LI"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: LI

Name LI
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<LI>
<!-- Mixed content -->
Start Choice [0..*]
<LI_Label> ... </LI_Label> [1]
<LI_Title> ... </LI_Title> [1]
End Choice
</LI>
Schema Component Representation
<xs:element name="LI">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="LI_Label"/>
<xs:element ref="LI_Title"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: LI_Label

Name LI_Label
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<LI_Label> xs:string </LI_Label>
Schema Component Representation
<xs:element name="LI_Label" type="xs:string"/>
top

Element: LI_Title

Name LI_Title
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<LI_Title>
<!-- Mixed content -->
Start Choice [0..*]
<Link> ... </Link> [1]
<br> ... </br> [1]
End Choice
</LI_Title>
Schema Component Representation
<xs:element name="LI_Title">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Link"/>
<xs:element ref="br"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Link

Name Link
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
Schema Component Representation
top

Element: Name

Name Name
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<Name> xs:string </Name>
Schema Component Representation
<xs:element name="Name" type="xs:string"/>
top

Element: Nodes

Name Nodes
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Nodes>
<P> ... </P> [1]
</Nodes>
Schema Component Representation
<xs:element name="Nodes">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Notation

Name Notation
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Notation>
Start Choice [0..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Notation>
Schema Component Representation
<xs:element name="Notation">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Operations

Name Operations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Operations>
<P> ... </P> [1..*]
</Operations>
Schema Component Representation
<xs:element name="Operations">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: P

Name P
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<P>
<!-- Mixed content -->
Start Choice [0..*]
<Figure> ... </Figure> [1]
<Link> ... </Link> [1]
<br> ... </br> [1]
End Choice
</P>
Schema Component Representation
<xs:element name="P">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="Link"/>
<xs:element ref="br"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Packaging_Components

Name Packaging_Components
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Packaging_Components>
<P> ... </P> [1]
</Packaging_Components>
Schema Component Representation
<xs:element name="Packaging_Components">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Part

Name Part
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Part
Number="xs:NCName [1]">
<Name> ... </Name> [1]
Start Choice [1..*]
<Figure> ... </Figure> [1]
<P> ... </P> [1]
End Choice
<Chapter> ... </Chapter> [1..*]
</Part>
Schema Component Representation
<xs:element name="Part">
<xs:complexType>
<xs:sequence>
<xs:element ref="Name"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="P"/>
</xs:choice>
<xs:element ref="Chapter" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Number" type="xs:NCName" use="required"/>
</xs:complexType>
</xs:element>
top

Element: Ports

Name Ports
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Ports>
<P> ... </P> [1]
</Ports>
Schema Component Representation
<xs:element name="Ports">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Presentation_Options

Name Presentation_Options
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Presentation_Options>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
End Choice
</Presentation_Options>
Schema Component Representation
<xs:element name="Presentation_Options">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Rationale

Name Rationale
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Rationale>
<P> ... </P> [1..*]
<Figure> ... </Figure> [0..*]
</Rationale>
Schema Component Representation
<xs:element name="Rationale">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
<xs:element ref="Figure" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Rationale_Changes_from_previous_UML

Name Rationale_Changes_from_previous_UML
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Rationale_Changes_from_previous_UML>
<P> ... </P> [1]
</Rationale_Changes_from_previous_UML>
Schema Component Representation
<xs:element name="Rationale_Changes_from_previous_UML">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: References

Name References
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<References> xs:string </References>
Schema Component Representation
<xs:element name="References" type="xs:string"/>
top

Element: Section

Name Section
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Section
Number="xs:NMTOKEN [1]">
<Name> ... </Name> [1]
Start Choice [0..1]
<Deployment_diagram> ... </Deployment_diagram> [1]
<Basic_Concepts> ... </Basic_Concepts> [1]
<Intermediate_Concepts> ... </Intermediate_Concepts> [1]
<Complete_Concepts> ... </Complete_Concepts> [1]
<Structured_Concepts> ... </Structured_Concepts> [1]
End Choice
Start Choice [0..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
Start Choice [0..1]
<Artifacts> ... </Artifacts> [1]
<Nodes> ... </Nodes> [1]
<Component_Deployments> ... </Component_Deployments> [1]
<Basic_Components> ... </Basic_Components> [1]
<Packaging_Components> ... </Packaging_Components> [1]
<Internal_Structures> ... </Internal_Structures> [1]
<Ports> ... </Ports> [1]
<Collaborations> ... </Collaborations> [1]
<StructuredClasses> ... </StructuredClasses> [1]
<Actions> ... </Actions> [1]
<Actions_and_activities> ... </Actions_and_activities> [1]
<FundamentalActivities> ... </FundamentalActivities> [1]
<BasicActivities> ... </BasicActivities> [1]
<IntermediateActivities> ... </IntermediateActivities> [1]
<CompleteActivities> ... </CompleteActivities> [1]
<StructuredActivities> ... </StructuredActivities> [1]
<CompleteStructuredActivities> ... </CompleteStructuredActivities> [1]
<ExtraStructuredActivities> ... </ExtraStructuredActivities> [1]
End Choice
Start Choice [0..1]
<Description> ... </Description> [1]
<Composite_structure_diagram> ... </Composite_structure_diagram> [1]
End Choice
Start Choice [0..*]
<Examples> ... </Examples> [1]
<Graphic_Nodes> ... </Graphic_Nodes> [1]
<Graphic_Paths> ... </Graphic_Paths> [1]
<Graphical_Nodes> ... </Graphical_Nodes> [1]
<Sequence_expression> ... </Sequence_expression> [1]
End Choice
Start Choice [0..1]
<Changes_from_previous_UML> ... </Changes_from_previous_UML> [1]
<Structure_diagrams> ... </Structure_diagrams> [1]
End Choice
<Structure_diagram> ... </Structure_diagram> [0..1]
Start Choice [1]
<Variations> ... </Variations> [1]
<Subsection> ... </Subsection> [0..*]
End Choice
</Section>
Schema Component Representation
<xs:element name="Section">
<xs:complexType>
<xs:sequence>
<xs:element ref="Name"/>
<xs:choice minOccurs="0">
<xs:element ref="Deployment_diagram"/>
<xs:sequence>
<xs:element ref="Basic_Concepts"/>
<xs:element ref="Intermediate_Concepts"/>
<xs:element ref="Complete_Concepts"/>
<xs:element ref="Structured_Concepts"/>
</xs:sequence>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:sequence>
<xs:element ref="Artifacts"/>
<xs:element ref="Nodes"/>
<xs:element ref="Component_Deployments"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="Basic_Components"/>
<xs:element ref="Packaging_Components"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="Internal_Structures"/>
<xs:element ref="Ports"/>
<xs:element ref="Collaborations"/>
<xs:element ref="StructuredClasses"/>
<xs:element ref="Actions"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="Actions_and_activities"/>
<xs:element ref="FundamentalActivities"/>
<xs:element ref="BasicActivities"/>
<xs:element ref="IntermediateActivities"/>
<xs:element ref="CompleteActivities"/>
<xs:element ref="StructuredActivities"/>
<xs:element ref="CompleteStructuredActivities"/>
<xs:element ref="ExtraStructuredActivities"/>
</xs:sequence>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="Description"/>
<xs:element ref="Composite_structure_diagram"/>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Examples"/>
<xs:element ref="Graphic_Nodes"/>
<xs:element ref="Graphic_Paths"/>
<xs:element ref="Graphical_Nodes"/>
<xs:element ref="Sequence_expression"/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element ref="Changes_from_previous_UML"/>
<xs:element ref="Structure_diagrams"/>
</xs:choice>
<xs:element ref="Structure_diagram" minOccurs="0"/>
<xs:choice>
<xs:element ref="Variations"/>
<xs:element ref="Subsection" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="Number" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
top

Element: Semantic_Variation_Points

Name Semantic_Variation_Points
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Semantic_Variation_Points>
Start Choice [1]
<L> ... </L> [1]
Start Choice [1..*]
<Figure> ... </Figure> [1]
<P> ... </P> [1]
End Choice
End Choice
</Semantic_Variation_Points>
Schema Component Representation
<xs:element name="Semantic_Variation_Points">
<xs:complexType>
<xs:choice>
<xs:element ref="L"/>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="P"/>
</xs:choice>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Semantics

Name Semantics
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Semantics>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Semantics>
Schema Component Representation
<xs:element name="Semantics">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Sequence_expression

Name Sequence_expression
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Sequence_expression>
<P> ... </P> [1..*]
</Sequence_expression>
Schema Component Representation
<xs:element name="Sequence_expression">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Structure_diagram

Name Structure_diagram
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Structure_diagram>
Start Choice [1..*]
<Figure> ... </Figure> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Structure_diagram>
Schema Component Representation
<xs:element name="Structure_diagram">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Structure_diagrams

Name Structure_diagrams
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Structure_diagrams>
Start Choice [1..*]
<Link> ... </Link> [1]
<P> ... </P> [1]
<Table> ... </Table> [1]
End Choice
</Structure_diagrams>
Schema Component Representation
<xs:element name="Structure_diagrams">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Link"/>
<xs:element ref="P"/>
<xs:element ref="Table"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Structured_Concepts

Name Structured_Concepts
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Structured_Concepts>
<P> ... </P> [1]
</Structured_Concepts>
Schema Component Representation
<xs:element name="Structured_Concepts">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: StructuredActivities

Name StructuredActivities
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<StructuredActivities>
<P> ... </P> [1..*]
</StructuredActivities>
Schema Component Representation
<xs:element name="StructuredActivities">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: StructuredClasses

Name StructuredClasses
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<StructuredClasses>
<P> ... </P> [1]
</StructuredClasses>
Schema Component Representation
<xs:element name="StructuredClasses">
<xs:complexType>
<xs:sequence>
<xs:element ref="P"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Style_Guidelines

Name Style_Guidelines
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Style_Guidelines>
Start Choice [1]
<L> ... </L> [1]
<P> ... </P> [1..*]
End Choice
</Style_Guidelines>
Schema Component Representation
<xs:element name="Style_Guidelines">
<xs:complexType>
<xs:choice>
<xs:element ref="L"/>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: Subsection

Name Subsection
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Subsection
Number="xs:NMTOKEN [1]">
<Name> ... </Name> [1]
<References> ... </References> [1]
Start Choice [0..*]
<Figure> ... </Figure> [1]
<L> ... </L> [1]
<P> ... </P> [1]
End Choice
<Generalizations> ... </Generalizations> [0..1]
<Description> ... </Description> [0..1]
Start Choice [0..1]
<Enumeration_Literals> ... </Enumeration_Literals> [1]
<Enumeration_Values> ... </Enumeration_Values> [1]
End Choice
<Attribute> ... </Attribute> [0..1]
Start Choice [0..*]
<Associations> ... </Associations> [1]
<Attributes> ... </Attributes> [1]
End Choice
<Associations_CompleteActivities> ... </Associations_CompleteActivities> [0..1]
<Constraints> ... </Constraints> [0..*]
Start Choice [0..1]
<Additional_Operations> ... </Additional_Operations> [1]
<Operations> ... </Operations> [1]
End Choice
<Semantics> ... </Semantics> [0..1]
<Semantic_Variation_Points> ... </Semantic_Variation_Points> [0..1]
<Notation> ... </Notation> [0..1]
<Example> ... </Example> [0..1]
<Rationale_Changes_from_previous_UML> ... </Rationale_Changes_from_previous_UML> [0..1]
<Presentation_Options> ... </Presentation_Options> [0..1]
<Style_Guidelines> ... </Style_Guidelines> [0..1]
<Examples> ... </Examples> [0..*]
<Rationale> ... </Rationale> [0..1]
Start Choice [0..1]
<Changes_from_previous_UML> ... </Changes_from_previous_UML> [1]
<Changes_from_UML_1.5> ... </Changes_from_UML_1.5> [1]
End Choice
</Subsection>
Schema Component Representation
<xs:element name="Subsection">
<xs:complexType>
<xs:sequence>
<xs:element ref="Name"/>
<xs:element ref="References"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="L"/>
<xs:element ref="P"/>
</xs:choice>
<xs:element ref="Generalizations" minOccurs="0"/>
<xs:element ref="Description" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element ref="Enumeration_Literals"/>
<xs:element ref="Enumeration_Values"/>
</xs:choice>
<xs:element ref="Attribute" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Associations"/>
<xs:element ref="Attributes"/>
</xs:choice>
<xs:element ref="Associations_CompleteActivities" minOccurs="0"/>
<xs:element ref="Constraints" minOccurs="0" maxOccurs="unbounded"/>
<xs:choice minOccurs="0">
<xs:element ref="Additional_Operations"/>
<xs:element ref="Operations"/>
</xs:choice>
<xs:element ref="Semantics" minOccurs="0"/>
<xs:element ref="Semantic_Variation_Points" minOccurs="0"/>
<xs:element ref="Notation" minOccurs="0"/>
<xs:element ref="Example" minOccurs="0"/>
<xs:element ref="Rationale_Changes_from_previous_UML" minOccurs="0"/>
<xs:element ref="Presentation_Options" minOccurs="0"/>
<xs:element ref="Style_Guidelines" minOccurs="0"/>
<xs:element ref="Examples" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Rationale" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element ref="Changes_from_previous_UML"/>
<xs:element ref="Changes_from_UML_1.5"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="Number" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
top

Element: Table

Name Table
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Table>
Start Choice [1..*]
<Caption> ... </Caption> [1]
<TR> ... </TR> [1]
End Choice
</Table>
Schema Component Representation
<xs:element name="Table">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element ref="Caption"/>
<xs:element ref="TR"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: TD

Name TD
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<TD>
<!-- Mixed content -->
Start Choice [0..*]
<Figure> ... </Figure> [1]
<Link> ... </Link> [1]
End Choice
</TD>
Schema Component Representation
<xs:element name="TD">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Figure"/>
<xs:element ref="Link"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: TH

Name TH
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<TH>
<!-- Mixed content -->
<Link> ... </Link> [0..*]
</TH>
Schema Component Representation
<xs:element name="TH">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref="Link" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: TR

Name TR
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<TR>
<TH> ... </TH> [0..*]
<TD> ... </TD> [0..*]
</TR>
Schema Component Representation
<xs:element name="TR">
<xs:complexType>
<xs:sequence>
<xs:element ref="TH" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="TD" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: Variations

Name Variations
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<Variations>
<P> ... </P> [1..*]
</Variations>
Schema Component Representation
<xs:element name="Variations">
<xs:complexType>
<xs:sequence>
<xs:element ref="P" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base="Address">
<sequence>
<element name="state" type="AusStates"/>
<element name="postcode">
<simpleType>
<restriction base="string">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top